toggle menu
coil-root
3.1.0-SNAPSHOT
nonAndroid
switch theme
search in API
coil-svg
/
coil3.svg
/
[nonAndroid]SvgImage
Svg
Image
nonAndroid
@
Poko
class
SvgImage
(
val
svg
:
SVGDOM
,
val
width
:
Int
,
val
height
:
Int
)
:
Image
Members
Constructors
Svg
Image
Link copied to clipboard
nonAndroid
constructor
(
svg
:
SVGDOM
,
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
nonAndroid
open
override
val
height
:
Int
shareable
Link copied to clipboard
nonAndroid
open
override
val
shareable
:
Boolean
size
Link copied to clipboard
nonAndroid
open
override
val
size
:
Long
svg
Link copied to clipboard
nonAndroid
val
svg
:
SVGDOM
width
Link copied to clipboard
nonAndroid
open
override
val
width
:
Int
Functions
draw
Link copied to clipboard
nonAndroid
open
override
fun
draw
(
canvas
:
Canvas
)